SftTree/NET 2.0

SftTree Class

Softel vdm, Inc.

  SftTree Class (Softelvdm.SftTreeNET Namespace)

The SftTree class represents the SftTree/NET control, a multi-column tree control for Windows Forms.

Please see Using Visual Studio for detailed information about adding this control to your application.

VB   

Public Class SftTree Inherits SoftelvdmUserControl

C#   

public class SftTree : SoftelvdmUserControl

C++   

public ref class SftTree : public SoftelvdmUserControl


Public

Constructors

Properties

Fields

Methods

Events

Protected

Constructors

Properties

Fields

Methods

 


Public Constructors

Description

public constructorSftTree Constructor

Initializes a new instance of the SftTree class.

   

Public Properties

Description

public propertyAccessibilityObjectinherited from System.Windows.Forms.Control

Gets the AccessibleObject assigned to the control.

public propertyAccessibleDefaultActionDescriptioninherited from System.Windows.Forms.Control

Gets or sets the default action description of the control for use by accessibility client applications.

public propertyAccessibleDescriptioninherited from System.Windows.Forms.Control

Gets or sets the description of the control used by accessibility client applications.

public propertyAccessibleNameinherited from System.Windows.Forms.Control

Gets or sets the name of the control used by accessibility client applications.

public propertyAccessibleRoleinherited from System.Windows.Forms.Control

Gets or sets the accessible role of the control

public propertyAllowDropinherited from System.Windows.Forms.Control

Gets or sets a value indicating whether the control can accept data that the user drags onto it.

public propertyAnchorinherited from System.Windows.Forms.Control

Gets or sets the edges of the container to which a control is bound and determines how a control is resized with its parent.

public propertyAutoExpandArea

Defines the area where items may be automatically expanded, when the mouse cursor hovers over the item for an extended period of time.

public propertyAutoExpandDragDrop

Defines whether items are automatically expanded during a drag & drop operation, when the mouse cursor hovers over the item for an extended period of time.

public propertyAutoExpandHover

Defines whether items are automatically expanded when the mouse cursor hovers over the item for an extended period of time.

public propertyAutoRespond

Defines whether the tree control automatically handles certain events to expand and collapse items or to resize columns.

public propertyAutoScrollInterval

Defines the interval for horizontal and vertical scrolling.

public propertyAutoScrollOffsetinherited from System.Windows.Forms.Control

Gets or sets where this control is scrolled to in ScrollControlIntoView.

public propertyAutoScrollStartInterval

Defines the initial delay before horizontal and vertical scrolling starts.

public propertyAutoSizeinherited from System.Windows.Forms.Control

This property is not relevant for this class.

public propertyBackColor

Defines the default background color for items in the item area.

public propertyBackColorOdd

Defines the default background color for items in the item area (odd numbered items).

public propertyBackColorSelected

Defines the default background color for items in the item area that are selected.

public propertyBackColorSelectedNoFocus

Defines the default background color for items in the item area that are selected, when the control does not have the input focus.

public propertyBackgroundImageinherited from System.Windows.Forms.Control

Gets or sets the background image displayed in the control.

public propertyBackgroundImageLayoutinherited from System.Windows.Forms.Control

Gets or sets the background image layout as defined in the ImageLayout enumeration.

public propertyBindingContextinherited from System.Windows.Forms.Control

Gets or sets the BindingContext for the control.

public propertyBorderStyleinherited from Softelvdm.Controls.SoftelvdmUserControl

Gets or sets the border style of the tree view control.

public propertyBottominherited from System.Windows.Forms.Control

Gets the distance, in pixels, between the bottom edge of the control and the top edge of its container's client area.

public propertyBottomItem

Defines the last item displayed in the tree control's client area.

public propertyBottomItemPartial

Returns the last item displayed in the tree control's client area, that is only partially visible.

public propertyBoundsinherited from System.Windows.Forms.Control

Gets or sets the size and location of the control including its nonclient elements, in pixels, relative to the parent control.

public propertyButtonDarkColor

Defines the color used to draw the slightly dark edge of a button in the item area (BackgroundAppearanceEnum.ButtonPlain and BackgroundAppearanceEnum.HeaderEmptyArea only).

public propertyButtonDarkDarkColor

Defines the color used to draw the dark edge of a button in the item area (BackgroundAppearanceEnum.ButtonPlain only).

public propertyButtonFaceColor

Defines the color used to draw the face of a button in the item area (BackgroundAppearanceEnum.ButtonPlain only).

public propertyButtonLightColor

Defines the color used to draw the lighted edge of a button in the item area (BackgroundAppearanceEnum.ButtonPlain only).

public propertyButtonLightLightColor

Defines the color used to draw the highlighted edge of a button in the item area (BackgroundAppearanceEnum.ButtonPlain only).

public propertyButtonLook

Defines the appearance of expand/collapse buttons.

public propertyButtons

Returns the instance of the ButtonsClass class that is used to describe attributes that apply to all expand/collapse buttons in a SftTree/NET control.

public propertyCanFocusinherited from System.Windows.Forms.Control

Gets a value indicating whether the control can receive focus.

public propertyCanSelectinherited from System.Windows.Forms.Control

Gets a value indicating whether the control can be selected.

public propertyCaptureinherited from System.Windows.Forms.Control

Gets or sets a value indicating whether the control has captured the mouse.

public propertyCausesValidationinherited from System.Windows.Forms.Control

Gets or sets a value indicating whether the control causes validation to be performed on any controls that require validation when it receives focus.

public propertyCharSearchDisplayColumn

Defines the column searched for characters typed by the user.

public propertyCharSearchMode

Defines the search mode for characters typed by the user.

public propertystatic / sharedCheckForIllegalCrossThreadCallsinherited from System.Windows.Forms.Control

Gets or sets a value indicating whether to catch calls on the wrong thread that access a control's Handle property.

public propertyClientRectangleinherited from System.Windows.Forms.Control

Gets the rectangle that represents the client area of the control.

public propertyClientSizeinherited from System.Windows.Forms.Control

Gets or sets the height and width of the client area of the control.

public propertyColumns

Returns the control's ColumnsClass instance describing all columns.

public propertyCompanyNameinherited from System.Windows.Forms.Control

Gets the name of the company or creator of the application containing the control.

public propertyComponentSettingsinherited from Softelvdm.Controls.SoftelvdmUserControl

Defines the control's design-time settings.

public propertyContainerinherited from System.ComponentModel.Component

Gets the IContainer that contains the Component.

public propertyContainsFocusinherited from System.Windows.Forms.Control

Gets a value indicating whether the control, or one of its child controls, currently has the input focus.

public propertyContents

Defines the instance of the ContentsClass class that is used to serialize the contents of the tree control.

public propertyContextMenuinherited from System.Windows.Forms.Control

Gets or sets the shortcut menu associated with the control.

public propertyContextMenuStripinherited from System.Windows.Forms.Control

Gets or sets the ContextMenuStrip associated with this control.

public propertyControlsinherited from System.Windows.Forms.Control

Gets the collection of controls contained within the control.

public propertyCreatedinherited from System.Windows.Forms.Control

Gets a value indicating whether the control has been created.

public propertyCursorinherited from System.Windows.Forms.Control

Gets or sets the cursor that is displayed when the mouse pointer is over the control.

public propertyCustomCodeinherited from Softelvdm.Controls.SoftelvdmUserControl

Defines optional product customization.

public propertyDataBindingsinherited from System.Windows.Forms.Control

Gets the data bindings for the control.

public propertystatic / sharedDefaultBackColorinherited from System.Windows.Forms.Control

Gets the default background color of the control.

public propertystatic / sharedDefaultFontinherited from System.Windows.Forms.Control

Gets the default font of the control.

public propertystatic / sharedDefaultForeColorinherited from System.Windows.Forms.Control

Gets the default foreground color of the control.

public propertyDimensions

Returns the instance of the DimensionsClass class that is used to describe various dimensions, object sizes, distances in a SftTree/NET control.

public propertyDisplayRectangleinherited from System.Windows.Forms.Control

Gets the rectangle that represents the display area of the control.

public propertyDisposinginherited from System.Windows.Forms.Control

Gets a value indicating whether the base Control class is in the process of disposing.

public propertyDockinherited from System.Windows.Forms.Control

Gets or sets which control borders are docked to its parent control and determines how a control is resized with its parent.

public propertyDragDropHoverInterval

Defines how long the mouse cursor hovers over an item before it is expanded.

public propertyDragStyle

Defines how drag & drop operations are detected.

public propertyDropTarget

Defines the object (item or cell) that is the current drop target during a drag & drop operation.

public propertyEmptyAreaBackColor

Defines the background color of the empty area in the item area.

public propertyEnabledinherited from System.Windows.Forms.Control

Gets or sets a value indicating whether the control can respond to user interaction.

public propertyFirstItem

Returns the first item in the control.

public propertyFlybyHighlight

Defines whether items in the item area are highlighted as the mouse cursor moves over cells.

public propertyFlybyHighlightUnderline

Defines whether items in the item area are underlined as the mouse cursor moves over cells.

public propertyFocusCell

Defines the cell that is the focus object.

public propertyFocusedinherited from System.Windows.Forms.Control

Gets a value indicating whether the control has input focus.

public propertyFocusItem

Defines the item that is the focus object.

public propertyFocusObject

Defines the object (item or cell) that is the focus object.

public propertyFont

Defines the default font used for text displayed by the control.

public propertyFooters

Returns the control's FootersClass instance describing all footers.

public propertyForeColor

Defines the default foreground color for items in the item area.

public propertyForeColorOdd

Defines the default foreground color for items in the item area (odd numbered items).

public propertyForeColorSelected

Defines the default foreground color for items in the item area that are selected.

public propertyForeColorSelectedNoFocus

Defines the default foreground color for items in the item area that are selected, when the control does not have the input focus.

public propertyGadgets

Returns the instance of the GadgetsClass class that is used to describe gadgets.

public propertyGrayText

Defines the default foreground color for items in the item area that are disabled.

public propertyGridHorizontalColor

Defines the color used for horizontal grid lines.

public propertyGridLines

Defines the grid lines style for all cells in the tree control.

public propertyGridLinesPen

Defines the pen style used to draw grid lines.

public propertyGridVerticalColor

Defines the color used for vertical grid lines.

public propertyHAlignDefault

Defines the default horizontal alignment for parts within cells in the item area.

public propertyHandleinherited from System.Windows.Forms.Control

Gets the window handle that the control is bound to.

public propertyHandleReturn

Defines whether the control accepts and handles the Return key.

public propertyHasChildreninherited from System.Windows.Forms.Control

Gets a value indicating whether the control contains one or more child controls.

public propertyHeaders

Returns the control's HeadersClass instance describing all headers.

public propertyHeightinherited from System.Windows.Forms.Control

Gets or sets the height of the control.

public propertyHierarchyAreaColor

Defines the background color of the hierarchy area.

public propertyHierarchyColorStyle

Defines whether the hierarchy area, in the hierarchy column, inherits the cell's background color.

public propertyHighlightItemImage

Defines whether the selection outline includes the item image.

public propertyHorizontalExtent

Defines the current horizontal scrolling extent in the left pane (or the only pane).

public propertyHorizontalExtentRight

Defines the current horizontal scrolling extent in the right pane.

public propertyHorizontalOffset

Defines the current horizontal scrolling offset in the left pane (or the only pane).

public propertyHorizontalOffsetRight

Defines the current horizontal scrolling offset in the right pane.

public propertyHoverFill1

Defines the starting color of the vertical gradient fill used for the flyby highlighting outline of an item that is not selected.

public propertyHoverFill2

Defines the ending color of the vertical gradient fill used for the flyby highlighting outline of an item that is not selected.

public propertyHoverInnerBorder

Defines the inner border of the flyby highlighting outline of an item that is not selected.

public propertyHoverOutlineBorder

Defines the outer border of the flyby highlighting outline of an item that is not selected.

public propertyImeModeinherited from System.Windows.Forms.Control

Gets or sets the Input Method Editor (IME) mode of the control.

public propertyInitializinginherited from Softelvdm.Controls.SoftelvdmUserControl

Defines whether this control is initializing.

public propertyInvokeRequiredinherited from System.Windows.Forms.Control

Gets a value indicating whether the caller must call an invoke method when making method calls to the control because the caller is on a different thread than the one the control was created on.

public propertyIsAccessibleinherited from System.Windows.Forms.Control

Gets or sets a value indicating whether the control is visible to accessibility applications.

public propertyIsDisposedinherited from System.Windows.Forms.Control

Gets a value indicating whether the control has been disposed of.

public propertyIsHandleCreatedinherited from System.Windows.Forms.Control

Gets a value indicating whether the control has a handle associated with it.

public propertyIsMirroredinherited from System.Windows.Forms.Control

Gets a value indicating whether the control is mirrored.

public propertyItemCollection

Returns the item collection of the control.

public propertyItemExpandableImage

Defines the default image used to display an expandable item's item image.

public propertyItemExpandedImage

Defines the default image used to display an expanded item's item image.

public propertyItemImageArea

Returns the size of the area reserved for each item's item image.

public propertyItemLeafImage

Defines the default image used to display a leaf item's item image.

public propertyLastItem

Returns the last item in the control on level 0.

public propertyLastVisibleItem

Returns the last visible item in the control.

public propertyLayoutEngineinherited from System.Windows.Forms.Control

Gets a cached instance of the control's layout engine.

public propertyLeftinherited from System.Windows.Forms.Control

Gets or sets the distance, in pixels, between the left edge of the control and the left edge of its container's client area.

public propertyLicense

Returns the product's license number.

public propertyLinearGradientMode

Defines the linear gradient mode used to render the available background area in cells in the item area.

public propertyLocationinherited from System.Windows.Forms.Control

Gets or sets the coordinates of the upper-left corner of the control relative to the upper-left corner of its container.

public propertyMargininherited from System.Windows.Forms.Control

Gets or sets the space between controls.

public propertyMaximumSizeinherited from System.Windows.Forms.Control

Gets or sets the size that is the upper limit that GetPreferredSize can specify.

public propertyMaxLines

Defines the maximum number of text lines to be displayed by cells in the item area.

public propertyMaxScan

Defines the maximum number of items considered when resizing columns in response to double-clicking in the column resizing area.

public propertyMergeStyleinherited from Softelvdm.Controls.SoftelvdmUserControl

Defines the cell merging style used by cells.

public propertyMinimumSizeinherited from System.Windows.Forms.Control

Gets or sets the size that is the lower limit that GetPreferredSize can specify.

public propertystatic / sharedMouseButtonsinherited from System.Windows.Forms.Control

Gets a value indicating which of the mouse buttons is in a pressed state.

public propertyMouseHoverInterval

Defines the interval after which the MouseMoveHoverTimer event occurs.

public propertyMouseMoveInterval

Defines the interval after which the MouseMoveTimer event occurs.

public propertystatic / sharedMousePositioninherited from System.Windows.Forms.Control

Gets the position of the mouse cursor in screen coordinates.

public propertyNameinherited from System.Windows.Forms.Control

Gets or sets the name of the control.

public propertyOptimizedRendering

Defines whether optimized rendering is used.

public propertyOrientationDefault

Defines the default orientation of the parts within cells in the item area.

public propertyOverheadWidth

Returns the width of the area added to the hierarchy column for hierarchical components.

public propertyPaddinginherited from System.Windows.Forms.Control

Gets or sets padding within the control.

public propertyParentinherited from System.Windows.Forms.Control

Gets or sets the parent container of the control.

public propertyPreferredSizeinherited from System.Windows.Forms.Control

Gets the size of a rectangular area into which the control can fit.

public propertyProductNameinherited from Softelvdm.Controls.SoftelvdmUserControl

Gets the product name of the assembly containing the control.

public propertyProductVersioninherited from Softelvdm.Controls.SoftelvdmUserControl

Gets the version of the assembly containing the control.

public propertyRecreatingHandleinherited from System.Windows.Forms.Control

Gets a value indicating whether the control is currently re-creating its handle.

public propertyRegioninherited from System.Windows.Forms.Control

Gets or sets the window region associated with the control.

public propertyRightinherited from System.Windows.Forms.Control

Gets the distance, in pixels, between the right edge of the control and the left edge of its container's client area.

public propertyRightToLeftinherited from System.Windows.Forms.Control

Gets or sets a value indicating whether control's elements are aligned to support locales using right-to-left fonts.

public propertyRowHeaders

Returns the instance of the RowHeadersClass class that defines attributes for all row headers in a SftTree/NET control.

public propertySaveSettingsinherited from Softelvdm.Controls.SoftelvdmUserControl

Defines whether design-time control information is saved.

public propertyScrollbarHorizontal

Defines the display of the horizontal scroll bar.

public propertyScrollbarVertical

Defines the display of the vertical scroll bar.

public propertyScrollTip

Returns the control's ToolTipClass instance defining scrolltips.

public propertySelectableArea

Defines which areas of items or cells can be clicked by an end user to select the item or cell.

public propertySelectedCell

Returns the currently selected cell.

public propertySelectedItem

Returns the currently selected item.

public propertySelectedObjects

Returns an array of selected items or cells.

public propertySelectionFill1

Defines the starting color of the vertical gradient fill used for the selection outline.

public propertySelectionFill2

Defines the ending color of the vertical gradient fill used for the selection outline.

public propertySelectionHighlightStyle

Defines the appearance of a selected item or cell.

public propertySelectionHoverFill1

Defines the starting color of the vertical gradient fill used for the flyby highlighting outline of a selected item or cell.

public propertySelectionHoverFill2

Defines the ending color of the vertical gradient fill used for the flyby highlighting outline of a selected item or cell.

public propertySelectionHoverInnerBorder

Defines the inner border of the flyby highlighting outline of a selected item or cell.

public propertySelectionHoverOutlineBorder

Defines the outer border of the flyby highlighting outline of a selected item or cell.

public propertySelectionInnerBorder

Defines the inner border of the selection outline.

public propertySelectionOutlineBorder

Defines the outer border of the selection outline.

public propertySelectionOutlineStyle

Defines the appearance of the selection highlight.

public propertySelectionStyle

Defines the selection style.

public propertyShowExpandCollapseButtons

Defines whether expand/collapse buttons are shown.

public propertyShowFocusRectangle

Defines whether the focus rectangle is shown for the current focus object.

public propertySiteinherited from System.Windows.Forms.Control

Gets or sets the site of the control.

public propertySizeinherited from System.Windows.Forms.Control

Gets or sets the height and width of the control.

public propertySmoothScroll

Defines whether smooth scrolling is used.

public propertySortIndicatorPositionDefault

Defines the default sorting indicator position for cells in the item area.

public propertySplitter

Returns the instance of the SplitterClass class that represents the splitter bar in a SftTree/NET control and its attributes.

public propertyTabIndexinherited from System.Windows.Forms.Control

Gets or sets the tab order of the control within its container.

public propertyTabStopinherited from System.Windows.Forms.Control

Gets or sets a value indicating whether the user can give the focus to this control using the TAB key.

public propertyTaginherited from System.Windows.Forms.Control

Gets or sets the object that contains data about the control.

public propertyTextinherited from System.Windows.Forms.Control

Gets or sets the text associated with this control.

public propertyToolTip

Returns the control's ToolTipClass instance defining tooltips.

public propertyTopinherited from System.Windows.Forms.Control

Gets or sets the distance, in pixels, between the top edge of the control and the top edge of its container's client area.

public propertyTopItem

Defines the first item displayed in the tree control's client area.

public propertyTopLevelControlinherited from System.Windows.Forms.Control

Gets the parent control that is not parented by another Windows Forms control. Typically, this is the outermost Form that the control is contained in.

public propertyTotalItems

Returns the total items in the control, on all levels.

public propertyTreeLineColor

Defines the color used for tree lines.

public propertyTreeLinesPen

Defines the pen style used to draw tree lines.

public propertyTreeLineStyle

Defines how tree lines are displayed.

public propertyUseThemes

Defines whether Windows themes are used (Windows XP and up).

public propertyUseWaitCursorinherited from System.Windows.Forms.Control

Gets or sets a value indicating whether to use the wait cursor for the current control and all child controls.

public propertyVAlignDefault

Defines the default vertical alignment for parts within cells in the item area.

public propertyVisibleinherited from System.Windows.Forms.Control

Gets or sets a value indicating whether the control is displayed.

public propertyVisibleItems

Returns the total number of visible items in the control, on all levels.

public propertyWidthinherited from System.Windows.Forms.Control

Gets or sets the width of the control.

public propertyWindowTargetinherited from System.Windows.Forms.Control

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

  

Public Methods

Description

public methodAboutBox

Displays the product's About box.

public methodBeginInvokeinherited from System.Windows.Forms.Control

Executes the specified delegate asynchronously on the thread that the control's underlying handle was created on.

public methodBringToFrontinherited from System.Windows.Forms.Control

Brings the control to the front of the z-order.

public methodCancelModeinherited from Softelvdm.Controls.SoftelvdmUserControl

Cancels internal modes.

public methodCellFromPoint

Determines the cell given a point in the item area.

public methodColumnFromPoint

Determines the column given a point in the control's client area.

public methodContainsinherited from System.Windows.Forms.Control

Retrieves a value indicating whether the specified control is a child of the control.

public methodCreateControlinherited from System.Windows.Forms.Control

Forces the creation of the control, including the creation of the handle and any child controls.

public methodCreateGraphicsinherited from System.Windows.Forms.Control

Creates the Graphics for the control.

public methodCreateObjRefinherited from System.MarshalByRefObject

Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.

public methodDisposeinherited from System.ComponentModel.Component

Releases all resources used by the Component.

public methodDoDragDropinherited from System.Windows.Forms.Control

Begins a drag-and-drop operation.

public methodDrawToBitmapinherited from System.Windows.Forms.Control

Supports rendering to the specified bitmap.

public methodEditNavigate

Positions cell editing on another cell.

public methodEndEdit

Ends cell editing.

public methodEndInvokeinherited from System.Windows.Forms.Control

Retrieves the return value of the asynchronous operation represented by the IAsyncResult passed.

public methodEqualsinherited from System.Object

Determines whether the specified Object is equal to the current Object.

public methodFindCellTagObject

Searches the TagObjects property of cells for an object.

public methodFindCellTagString

Searches the TagString property of cells for a matching string.

public methodFindForminherited from System.Windows.Forms.Control

Retrieves the form that the control is on.

public methodFindItemTagObject

Searches the TagObjects property of items for an object.

public methodFindItemTagString

Searches the TagString property of items for a matching string.

public methodFindText

Searches the Text property of cells for a matching string.

public methodFocusinherited from Softelvdm.Controls.SoftelvdmUserControl

Sets the focus to this instance of the control.

public methodstatic / sharedFromChildHandleinherited from System.Windows.Forms.Control

Retrieves the control that contains the specified handle.

public methodstatic / sharedFromHandleinherited from System.Windows.Forms.Control

Returns the control that is currently associated with the specified handle.

public methodFromVisibleIndex

Returns the item given an index of visible items.

public methodGetChildAtPointinherited from System.Windows.Forms.Control

Retrieves the child control that is located at the specified coordinates.

public methodGetContainerControlinherited from System.Windows.Forms.Control

Returns the next ContainerControl up the control's chain of parent controls.

public methodstatic / sharedGetContents

Returns the contents of the control in an XML document.

public methodGetDimension

Returns the location and size of a cell or row header.

public methodGetHashCodeinherited from System.Object

Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.

public methodGetLifetimeServiceinherited from System.MarshalByRefObject

Retrieves the current lifetime service object that controls the lifetime policy for this instance.

public methodGetNextControlinherited from System.Windows.Forms.Control

Retrieves the next control forward or back in the tab order of child controls.

public methodGetPreferredSizeinherited from System.Windows.Forms.Control

Retrieves the size of a rectangular area into which a control can be fitted.

public methodGetTypeinherited from System.Object

Gets the Type of the current instance.

public methodHideinherited from System.Windows.Forms.Control

Conceals the control from the user.

public methodInitializeLifetimeServiceinherited from System.MarshalByRefObject

Obtains a lifetime service object to control the lifetime policy for this instance.

public methodInvalidateinherited from System.Windows.Forms.Control

Invalidates the entire surface of the control and causes the control to be redrawn.

public methodInvokeinherited from System.Windows.Forms.Control

Executes the specified delegate on the thread that owns the control's underlying window handle.

public methodstatic / sharedIsKeyLockedinherited from System.Windows.Forms.Control

Determines whether the CAPS LOCK, NUM LOCK, or SCROLL LOCK key is in effect.

public methodstatic / sharedIsMnemonicinherited from System.Windows.Forms.Control

Determines if the specified character is the mnemonic character assigned to the control in the specified string.

public methodItemFromPoint

Determines the item given a point in the item area.

public methodNavigateDown

Navigates down one item or cell from the specified item or cell.

public methodNavigateEnd

Navigates to the very last item or cell in the control.

public methodNavigateHome

Navigates to the very first item or cell in the control.

public methodNavigateLeft

Navigates left one item or cell from the specified item or cell.

public methodNavigateRight

Navigates left one item or cell from the specified item or cell.

public methodNavigateUp

Navigates up one item or cell from the specified item or cell.

public methodPerformClick_RadioButtonPart

Selects the specified radiobutton part and automatically deselects all related radiobutton parts.

public methodPerformLayoutinherited from System.Windows.Forms.Control

Forces the control to apply layout logic to all its child controls.

public methodPointToClientinherited from System.Windows.Forms.Control

Computes the location of the specified screen point into client coordinates.

public methodPointToScreeninherited from System.Windows.Forms.Control

Computes the location of the specified client point into screen coordinates.

public methodPreProcessControlMessageinherited from System.Windows.Forms.Control

Preprocesses keyboard or input messages within the message loop before they are dispatched.

public methodPreProcessMessageinherited from System.Windows.Forms.Control

Preprocesses keyboard or input messages within the message loop before they are dispatched.

public methodRecalcHorizontalExtent

Recalculates the optimal horizontal scrolling extent.

public methodRectangleToClientinherited from System.Windows.Forms.Control

Computes the size and location of the specified screen rectangle in client coordinates.

public methodRectangleToScreeninherited from System.Windows.Forms.Control

Computes the size and location of the specified client rectangle in screen coordinates.

public methodstatic / sharedReferenceEqualsinherited from System.Object

Determines whether the specified Object instances are the same instance.

public methodRefreshinherited from System.Windows.Forms.Control

Forces the control to invalidate its client area and immediately redraw itself and any child controls.

public methodResetBackColorinherited from System.Windows.Forms.Control

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

public methodResetBindingsinherited from System.Windows.Forms.Control

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

public methodResetCursorinherited from System.Windows.Forms.Control

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

public methodResetFontinherited from System.Windows.Forms.Control

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

public methodResetForeColorinherited from System.Windows.Forms.Control

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

public methodResetImeModeinherited from System.Windows.Forms.Control

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

public methodResetRightToLeftinherited from System.Windows.Forms.Control

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

public methodResetTextinherited from System.Windows.Forms.Control

Resets the Text property to its default value.

public methodResumeLayoutinherited from System.Windows.Forms.Control

Resumes usual layout logic.

public methodSaveComponentSettingsinherited from Softelvdm.Controls.SoftelvdmUserControl

Internal use only. Saves the component settings.

public methodScaleinherited from System.Windows.Forms.Control

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

public methodScrollDown

Scrolls the items in the item area down by the specified number of items.

public methodScrollEnd

Scrolls the items in the item area so that the last item in the tree control becomes the bottom item (BottomItem), displaying the last page.

public methodScrollHome

Scrolls the items in the item area so that the first item in the tree control becomes the top item (TopItem), displaying the first page.

public methodScrollLeft

Scrolls the items in the item area to the left.

public methodScrollNextPage

Scrolls the items in the item area so that the last item becomes the top item (TopItem), displaying the next page.

public methodScrollPreviousPage

Scrolls the items in the item area so that the first item becomes the bottom item (BottomItem), displaying the previous page.

public methodScrollRight

Scrolls the items in the item area to the right.

public methodScrollUp

Scrolls the items in the item area up by the specified number of items.

public methodSelectinherited from System.Windows.Forms.Control

Activates the control.

public methodSelectNextControlinherited from System.Windows.Forms.Control

Activates the next control.

public methodSelectRange

Selects or deselects a range of items or cells.

public methodSendToBackinherited from System.Windows.Forms.Control

Sends the control to the back of the z-order.

public methodSetBoundsinherited from System.Windows.Forms.Control

Sets the bounds of the control to the specified location and size.

public methodstatic / sharedSetContents

Updates the control with data from an XML document.

public methodShowinherited from System.Windows.Forms.Control

Displays the control to the user.

public methodSuspendLayoutinherited from System.Windows.Forms.Control

Temporarily suspends the layout logic for the control.

public methodToStringinherited from System.ComponentModel.Component

Returns a String containing the name of the Component, if any. This method should not be overridden.

public methodUpdateinherited from System.Windows.Forms.Control

Causes the control to redraw the invalidated regions within its client area.

  

Public Event

Description

public eventAutoSizeChangedinherited from System.Windows.Forms.Control

This event is not relevant for this class.

public eventBackColorChangedinherited from System.Windows.Forms.Control

Occurs when the value of the BackColor property changes.

public eventBackgroundImageChangedinherited from System.Windows.Forms.Control

Occurs when the value of the BackgroundImage property changes.

public eventBackgroundImageLayoutChangedinherited from System.Windows.Forms.Control

Occurs when the BackgroundImageLayout property changes.

public eventBindingContextChangedinherited from System.Windows.Forms.Control

Occurs when the value of the BindingContext property changes.

public eventCausesValidationChangedinherited from System.Windows.Forms.Control

Occurs when the value of the CausesValidation property changes.

public eventChangeUICuesinherited from System.Windows.Forms.Control

Occurs when the focus or keyboard user interface (UI) cues change.

public eventCheckBoxClicked

Occurs when a checkbox part (CheckBoxPartClass) is clicked.

public eventClickinherited from System.Windows.Forms.Control

Occurs when the control is clicked.

public eventClientSizeChangedinherited from System.Windows.Forms.Control

Occurs when the value of the ClientSize property changes.

public eventColumnReordered

Occurs after a column has been reordered.

public eventColumnResized

Occurs when a column is resized.

public eventContextMenuChangedinherited from System.Windows.Forms.Control

Occurs when the value of the ContextMenu property changes.

public eventContextMenuStripChangedinherited from System.Windows.Forms.Control

Occurs when the value of the ContextMenuStrip property changes.

public eventControlAddedinherited from System.Windows.Forms.Control

Occurs when a new control is added to the ControlCollection.

public eventControlRemovedinherited from System.Windows.Forms.Control

Occurs when a control is removed from the ControlCollection.

public eventCursorChangedinherited from System.Windows.Forms.Control

Occurs when the value of the Cursor property changes.

public eventDisposedinherited from System.ComponentModel.Component

Adds an event handler to listen to the Disposed event on the component.

public eventDockChangedinherited from System.Windows.Forms.Control

Occurs when the value of the Dock property changes.

public eventDoubleClickinherited from System.Windows.Forms.Control

Occurs when the control is double-clicked.

public eventDragDetected

Occurs when the user starts dragging an object.

public eventDragDropinherited from System.Windows.Forms.Control

Occurs when a drag-and-drop operation is completed.

public eventDragEnterinherited from System.Windows.Forms.Control

Occurs when an object is dragged into the control's bounds.

public eventDragLeaveinherited from System.Windows.Forms.Control

Occurs when an object is dragged out of the control's bounds.

public eventDragOverinherited from System.Windows.Forms.Control

Occurs when an object is dragged over the control's bounds.

public eventEditAllowed

Occurs to determine whether a cell can be reached for cell editing.

public eventEditClickOutside

Occurs during cell editing when the user clicks a mouse button outside of the control used for cell editing.

public eventEditEnded

Occurs when cell editing is about to end and the control used for cell editing can be destroyed.

public eventEditSetup

Occurs when a cell is about to be edited and a control must be positioned over the cell for editing purposes.

public eventEditValidate

Occurs when cell editing is active and new contents need to be validated.

public eventEnabledChangedinherited from System.Windows.Forms.Control

Occurs when the Enabled property value has changed.

public eventEnterinherited from System.Windows.Forms.Control

Occurs when the control is entered.

public eventFocusObjectChanged

Occurs when the focus object (an item or cell) changes.

public eventFontChangedinherited from System.Windows.Forms.Control

Occurs when the Font property value changes.

public eventFooterClicked

Occurs when a column footer is clicked.

public eventFooterDoubleClicked

Occurs when a column footer is double-clicked.

public eventFooterHeightChanged

Occurs when the footer area height changes.

public eventForeColorChangedinherited from System.Windows.Forms.Control

Occurs when the ForeColor property value changes.

public eventGiveFeedbackinherited from System.Windows.Forms.Control

Occurs during a drag operation.

public eventGotFocusinherited from System.Windows.Forms.Control

Occurs when the control receives focus.

public eventHandleCreatedinherited from System.Windows.Forms.Control

Occurs when a handle is created for the control.

public eventHandleDestroyedinherited from System.Windows.Forms.Control

Occurs when the control's handle is in the process of being destroyed.

public eventHeaderClicked

Occurs when a column header is clicked.

public eventHeaderDoubleClicked

Occurs when a column header is double-clicked.

public eventHeaderHeightChanged

Occurs when the header area height changes.

public eventHelpRequestedinherited from System.Windows.Forms.Control

Occurs when the user requests help for a control.

public eventHorizontalOffsetChanged

Occurs when the control is scrolled horizontally, under program control or by the user.

public eventImeModeChangedinherited from System.Windows.Forms.Control

Occurs when the ImeMode property has changed.

public eventInvalidatedinherited from System.Windows.Forms.Control

Occurs when a control's display requires redrawing.

public eventItemClick

Occurs when an item, cell or part is clicked.

public eventItemCollapsed

Occurs when an item is collapsed, under program control or by the user.

public eventItemDoubleClick

Occurs when an item, cell or part is double-clicked.

public eventItemExpanded

Occurs when an item is expanded, under program control or by the user.

public eventItemReleased

Occurs when a mouse button is released on an item, cell or part.

public eventItemRemoved

Occurs when an item is removed.

public eventKeyDowninherited from System.Windows.Forms.Control

Occurs when a key is pressed while the control has focus.

public eventKeyPressinherited from System.Windows.Forms.Control

Occurs when a key is pressed while the control has focus.

public eventKeyUpinherited from System.Windows.Forms.Control

Occurs when a key is released while the control has focus.

public eventLayoutinherited from System.Windows.Forms.Control

Occurs when a control should reposition its child controls.

public eventLeaveinherited from System.Windows.Forms.Control

Occurs when the input focus leaves the control.

public eventLocationChangedinherited from System.Windows.Forms.Control

Occurs when the Location property value has changed.

public eventLostFocusinherited from System.Windows.Forms.Control

Occurs when the control loses focus.

public eventMarginChangedinherited from System.Windows.Forms.Control

Occurs when the control's margin changes.

public eventMouseCaptureChangedinherited from System.Windows.Forms.Control

Occurs when the control loses mouse capture.

public eventMouseClick

This event supports the .NET Framework infrastructure and is not intended to be used directly from your code. This event is not relevant for this class.

public eventMouseDoubleClick

This event supports the .NET Framework infrastructure and is not intended to be used directly from your code. This event is not relevant for this class.

public eventMouseDown

Occurs when the mouse pointer is over the control and a mouse button is pressed.

public eventMouseEnter

Occurs when when the mouse pointer enters the control.

public eventMouseHover

Occurs when the mouse pointer rests on the control.

public eventMouseLeave

Occurs when the mouse pointer leaves the control.

public eventMouseMove

Occurs when the mouse pointer is moved over the control.

public eventMouseMoveHoverTimer

Occurs when mouse pointer rests on the control.

public eventMouseMoveTimer

Occurs when the timer expires after a mouse move event.

public eventMouseUp

Occurs when the mouse pointer is over the control and a mouse button is released.

public eventMouseWheel

Occurs when the mouse wheel moves while the control has focus.

public eventMoveinherited from System.Windows.Forms.Control

Occurs when the control is moved.

public eventPaddingChangedinherited from System.Windows.Forms.Control

Occurs when the control's padding changes.

public eventPaintinherited from System.Windows.Forms.Control

Occurs when the control is redrawn.

public eventParentChangedinherited from System.Windows.Forms.Control

Occurs when the Parent property value changes.

public eventPreviewKeyDowninherited from System.Windows.Forms.Control

Occurs before the KeyDown event when a key is pressed while focus is on this control.

public eventPropertyChangedinherited from Softelvdm.Controls.SoftelvdmUserControl

Occurs when a property of an object derived from SoftelvdmUserControl is modified.

public eventQueryAccessibilityHelpinherited from System.Windows.Forms.Control

Occurs when AccessibleObject is providing help to accessibility applications.

public eventQueryContinueDraginherited from System.Windows.Forms.Control

Occurs during a drag-and-drop operation and enables the drag source to determine whether the drag-and-drop operation should be canceled.

public eventRadioButtonClicked

Occurs when a radiobutton part (RadioButtonPartClass) is clicked.

public eventRegionChangedinherited from System.Windows.Forms.Control

Occurs when the value of the Region property changes.

public eventResizeinherited from System.Windows.Forms.Control

Occurs when the control is resized.

public eventRightToLeftChangedinherited from System.Windows.Forms.Control

Occurs when the RightToLeft property value changes.

public eventSelectionChanged

Occurs when the item or cell selection has changed.

public eventShowScrollTip

Occurs when a scrolltip is about to be displayed.

public eventShowToolTip

Occurs when a tooltip is about to be displayed.

public eventSizeChangedinherited from System.Windows.Forms.Control

Occurs when the Size property value changes.

public eventSplitterOffsetChanged

Occurs when the splitter bar offset (Splitter.Offset) changes.

public eventStyleChangedinherited from System.Windows.Forms.Control

Occurs when the control style changes.

public eventSystemColorsChangedinherited from System.Windows.Forms.Control

Occurs when the system colors change.

public eventTabIndexChangedinherited from System.Windows.Forms.Control

Occurs when the TabIndex property value changes.

public eventTabStopChangedinherited from System.Windows.Forms.Control

Occurs when the TabStop property value changes.

public eventTextChangedinherited from System.Windows.Forms.Control

Occurs when the Text property value changes.

public eventTopItemChanged

Occurs when the control is scrolled vertically, under program control or by the user.

public eventValidatedinherited from System.Windows.Forms.Control

Occurs when the control is finished validating.

public eventValidatinginherited from System.Windows.Forms.Control

Occurs when the control is validating.

public eventVisibleChangedinherited from System.Windows.Forms.Control

Occurs when the Visible property value changes.

  

Protected Properties

Description

protected propertyCanEnableImeinherited from System.Windows.Forms.Control

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

protected propertyCanRaiseEventsinherited from System.Windows.Forms.Control

Determines if events can be raised on the control.

protected propertyCreateParamsinherited from Softelvdm.Controls.SoftelvdmUserControl

Gets the required creation parameters when the control handle is created.

protected propertyDefaultCursorinherited from System.Windows.Forms.Control

Gets or sets the default cursor for the control.

protected propertyDefaultImeModeinherited from System.Windows.Forms.Control

Gets the default Input Method Editor (IME) mode supported by the control.

protected propertyDefaultMargininherited from System.Windows.Forms.Control

Gets the space, in pixels, that is specified by default between controls.

protected propertyDefaultMaximumSizeinherited from System.Windows.Forms.Control

Gets the length and height, in pixels, that is specified as the default maximum size of a control.

protected propertyDefaultMinimumSizeinherited from System.Windows.Forms.Control

Gets the length and height, in pixels, that is specified as the default minimum size of a control.

protected propertyDefaultPaddinginherited from System.Windows.Forms.Control

Gets the internal spacing, in pixels, of the contents of a control.

protected propertyDefaultSizeinherited from System.Windows.Forms.Control

Gets the default size of the control.

protected propertyDesignModeinherited from System.ComponentModel.Component

Gets a value that indicates whether the Component is currently in design mode.

protected propertyDoubleBufferedinherited from System.Windows.Forms.Control

Gets or sets a value indicating whether this control should redraw its surface using a secondary buffer to reduce or prevent flicker.

protected propertyEventsinherited from System.ComponentModel.Component

Gets the list of event handlers that are attached to this Component.

protected propertyFontHeightinherited from System.Windows.Forms.Control

Gets or sets the height of the font of the control.

protected propertyRenderRightToLeftinherited from System.Windows.Forms.Control

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

protected propertyResizeRedrawinherited from System.Windows.Forms.Control

Gets or sets a value indicating whether the control redraws itself when resized.

protected propertyScaleChildreninherited from System.Windows.Forms.Control

Gets a value that determines the scaling of child controls.

protected propertyShowFocusCuesinherited from System.Windows.Forms.Control

Gets a value indicating whether the control should display focus rectangles.

protected propertyShowKeyboardCuesinherited from System.Windows.Forms.Control

Gets a value indicating whether the user interface is in the appropriate state to show or hide keyboard accelerators.

  

Protected Methods

Description

protected methodAccessibilityNotifyClientsinherited from System.Windows.Forms.Control

Notifies the accessibility client applications of the specified AccessibleEvents for the specified child control.

protected methodCreateAccessibilityInstanceinherited from System.Windows.Forms.Control

Creates a new accessibility object for the control.

protected methodCreateControlsInstanceinherited from System.Windows.Forms.Control

Creates a new instance of the control collection for the control.

protected methodCreateHandleinherited from System.Windows.Forms.Control

Creates a handle for the control.

protected methodDefWndProcinherited from System.Windows.Forms.Control

Sends the specified message to the default window procedure.

protected methodDestroyHandleinherited from System.Windows.Forms.Control

Destroys the handle associated with the control.

protected methodFinalize

Releases unmanaged resources and performs other cleanup operations before the SftTree instance is reclaimed by garbage collection.

protected methodGetAccessibilityObjectByIdinherited from System.Windows.Forms.Control

Retrieves the specified AccessibleObject.

protected methodGetAutoSizeModeinherited from System.Windows.Forms.Control

Retrieves a value indicating how a control will behave when its AutoSize property is enabled.

protected methodGetScaledBoundsinherited from System.Windows.Forms.Control

Retrieves the bounds within which the control is scaled.

protected methodGetServiceinherited from System.ComponentModel.Component

Returns an object that represents a service provided by the Component or by its Container.

protected methodGetStyleinherited from System.Windows.Forms.Control

Retrieves the value of the specified control style bit for the control.

protected methodGetTopLevelinherited from System.Windows.Forms.Control

Determines if the control is a top-level control.

protected methodInitLayout

Called after the control has been added to another container.

protected methodInvokeGotFocusinherited from System.Windows.Forms.Control

Raises the GotFocus event for the specified control.

protected methodInvokeLostFocusinherited from System.Windows.Forms.Control

Raises the LostFocus event for the specified control.

protected methodInvokeOnClickinherited from System.Windows.Forms.Control

Raises the Click event for the specified control.

protected methodInvokePaintinherited from System.Windows.Forms.Control

Raises the Paint event for the specified control.

protected methodInvokePaintBackgroundinherited from System.Windows.Forms.Control

Raises the PaintBackground event for the specified control.

protected methodIsInputCharinherited from System.Windows.Forms.Control

Determines if a character is an input character that the control recognizes.

protected methodIsInputKeyinherited from System.Windows.Forms.Control

Determines whether the specified key is a regular input key or a special key that requires preprocessing.

protected methodMemberwiseCloneinherited from System.Object

Creates a shallow copy of the current Object.

protected methodNotifyInvalidateinherited from System.Windows.Forms.Control

Raises the Invalidated event with a specified region of the control to invalidate.

protected methodOnAutoSizeChangedinherited from System.Windows.Forms.Control

Raises the AutoSizeChanged event.

protected methodOnBackColorChangedinherited from System.Windows.Forms.Control

Raises the BackColorChanged event.

protected methodOnBackgroundImageChanged

Raises the BackgroundImageChanged event.

protected methodOnBackgroundImageLayoutChanged

Raises the BackgroundImageLayoutChanged event.

protected methodOnBindingContextChangedinherited from System.Windows.Forms.Control

Raises the BindingContextChanged event.

protected methodOnCausesValidationChangedinherited from System.Windows.Forms.Control

Raises the CausesValidationChanged event.

protected methodOnChangeUICuesinherited from System.Windows.Forms.Control

Raises the ChangeUICues event.

protected methodOnCheckBoxClicked

Raises the CheckBoxClicked event.

protected methodOnClickinherited from System.Windows.Forms.Control

Raises the Click event.

protected methodOnClientSizeChangedinherited from System.Windows.Forms.Control

Raises the ClientSizeChanged event.

protected methodOnColumnReordered

Raises the ColumnReordered event.

protected methodOnColumnResized

Raises the ColumnResized event.

protected methodOnContextMenuChangedinherited from System.Windows.Forms.Control

Raises the ContextMenuChanged event.

protected methodOnContextMenuStripChangedinherited from System.Windows.Forms.Control

Raises the ContextMenuStripChanged event.

protected methodOnControlAddedinherited from System.Windows.Forms.Control

Raises the ControlAdded event.

protected methodOnControlRemovedinherited from System.Windows.Forms.Control

Raises the ControlRemoved event.

protected methodOnCreateControlinherited from System.Windows.Forms.Control

Raises the CreateControl event.

protected methodOnCursorChangedinherited from System.Windows.Forms.Control

Raises the CursorChanged event.

protected methodOnDockChangedinherited from System.Windows.Forms.Control

Raises the DockChanged event.

protected methodOnDoubleClickinherited from System.Windows.Forms.Control

Raises the DoubleClick event.

protected methodOnDragDetected

Raises the DragDetected event.

protected methodOnDragDrop

Raises the DragDrop event.

protected methodOnDragEnter

Raises the DragEnter event.

protected methodOnDragLeave

Raises the DragLeave event.

protected methodOnDragOver

Raises the DragOver event.

protected methodOnEditAllowed

Raises the EditAllowed event.

protected methodOnEditClickOutside

Raises the EditClickOutside event.

protected methodOnEditEnded

Raises the EditEnded event.

protected methodOnEditSetup

Raises the EditSetup event.

protected methodOnEditValidate

Raises the EditValidate event.

protected methodOnEnabledChanged

Raises the EnabledChanged event.

protected methodOnEnterinherited from System.Windows.Forms.Control

Raises the Enter event.

protected methodOnFocusObjectChanged

Raises the FocusObjectChanged event.

protected methodOnFontChanged

Raises the FontChanged event.

protected methodOnFooterClicked

Raises the FooterClicked event.

protected methodOnFooterDoubleClicked

Raises the FooterDoubleClicked event.

protected methodOnFooterHeightChanged

Raises the FooterHeightChanged event.

protected methodOnForeColorChangedinherited from System.Windows.Forms.Control

Raises the ForeColorChanged event.

protected methodOnGiveFeedback

Raises the GiveFeedback event.

protected methodOnGotFocus

Raises the GotFocus event.

protected methodOnHandleCreatedinherited from System.Windows.Forms.Control

Raises the HandleCreated event.

protected methodOnHandleDestroyedinherited from System.Windows.Forms.Control

Raises the HandleDestroyed event.

protected methodOnHeaderClicked

Raises the HeaderClicked event.

protected methodOnHeaderDoubleClicked

Raises the HeaderDoubleClicked event.

protected methodOnHeaderHeightChanged

Raises the HeaderHeightChanged event.

protected methodOnHelpRequestedinherited from System.Windows.Forms.Control

Raises the HelpRequested event.

protected methodOnHorizontalOffsetChanged

Raises the HorizontalOffsetChanged event.

protected methodOnImeModeChangedinherited from System.Windows.Forms.Control

Raises the ImeModeChanged event.

protected methodOnInvalidated

Raises the Invalidated event.

protected methodOnItemClick

Raises the ItemClick event.

protected methodOnItemCollapsed

Raises the ItemCollapsed event.

protected methodOnItemExpanded

Raises the ItemExpanded event.

protected methodOnItemReleased

Raises the ItemReleased event.

protected methodOnItemRemoved

Raises the ItemRemoved event.

protected methodOnKeyDown

Raises the KeyDown event.

protected methodOnKeyPress

Raises the KeyPress event.

protected methodOnKeyUp

Raises the KeyUp event.

protected methodOnLayout

Raises the Layout event.

protected methodOnLeaveinherited from System.Windows.Forms.Control

Raises the Leave event.

protected methodOnLocationChangedinherited from System.Windows.Forms.Control

Raises the LocationChanged event.

protected methodOnLostFocus

Raises the LostFocus event.

protected methodOnMarginChangedinherited from System.Windows.Forms.Control

Raises the MarginChanged event.

protected methodOnMouseCaptureChanged

Raises the MouseCaptureChanged event.

protected methodOnMouseClick

Raises the MouseClick event.

protected methodOnMouseDoubleClick

Raises the MouseDoubleClick event.

protected methodOnMouseDown

Raises the MouseDown event.

protected methodOnMouseEnter

Raises the MouseEnter event.

protected methodOnMouseHover

Raises the MouseHover event.

protected methodOnMouseLeave

Raises the MouseLeave event.

protected methodOnMouseMove

Raises the MouseMove event.

protected methodOnMouseUp

Raises the MouseUp event.

protected methodOnMouseWheel

Raises the MouseWheel event.

protected methodOnMoveinherited from System.Windows.Forms.Control

Raises the Move event.

protected methodOnNotifyMessageinherited from System.Windows.Forms.Control

Notifies the control of Windows messages.

protected methodOnPaddingChangedinherited from System.Windows.Forms.Control

Raises the PaddingChanged event.

protected methodOnPaintinherited from System.Windows.Forms.Control

Raises the Paint event.

protected methodOnPaintBackground

Raises the PaintBackground event.

protected methodOnParentBackColorChangedinherited from System.Windows.Forms.Control

Raises the BackColorChanged event when the BackColor property value of the control's container changes.

protected methodOnParentBackgroundImageChangedinherited from System.Windows.Forms.Control

Raises the BackgroundImageChanged event when the BackgroundImage property value of the control's container changes.

protected methodOnParentBindingContextChangedinherited from System.Windows.Forms.Control

Raises the BindingContextChanged event when the BindingContext property value of the control's container changes.

protected methodOnParentChangedinherited from System.Windows.Forms.Control

Raises the ParentChanged event.

protected methodOnParentCursorChangedinherited from System.Windows.Forms.Control

Raises the CursorChanged event.

protected methodOnParentEnabledChangedinherited from System.Windows.Forms.Control

Raises the EnabledChanged event when the Enabled property value of the control's container changes.

protected methodOnParentFontChangedinherited from System.Windows.Forms.Control

Raises the FontChanged event when the Font property value of the control's container changes.

protected methodOnParentForeColorChangedinherited from System.Windows.Forms.Control

Raises the ForeColorChanged event when the ForeColor property value of the control's container changes.

protected methodOnParentRightToLeftChangedinherited from System.Windows.Forms.Control

Raises the RightToLeftChanged event when the RightToLeft property value of the control's container changes.

protected methodOnParentVisibleChangedinherited from System.Windows.Forms.Control

Raises the VisibleChanged event when the Visible property value of the control's container changes.

protected methodOnPreviewKeyDown

Raises the PreviewKeyDown event.

protected methodOnPrintinherited from System.Windows.Forms.Control

Raises the Paint event.

protected methodOnQueryContinueDraginherited from System.Windows.Forms.Control

Raises the QueryContinueDrag event.

protected methodOnRadioButtonClicked

Raises the RadioButtonClicked event.

protected methodOnRegionChangedinherited from System.Windows.Forms.Control

Raises the RegionChanged event.

protected methodOnResizeinherited from System.Windows.Forms.Control

Raises the Resize event.

protected methodOnRightToLeftChangedinherited from System.Windows.Forms.Control

Raises the RightToLeftChanged event.

protected methodOnSelectionChanged

Raises the SelectionChanged event.

protected methodOnSizeChanged

Raises the SizeChanged event.

protected methodOnSplitterOffsetChanged

Raises the SplitterOffsetChanged event.

protected methodOnStyleChangedinherited from System.Windows.Forms.Control

Raises the StyleChanged event.

protected methodOnSystemColorsChangedinherited from System.Windows.Forms.Control

Raises the SystemColorsChanged event.

protected methodOnTabIndexChangedinherited from System.Windows.Forms.Control

Raises the TabIndexChanged event.

protected methodOnTabStopChangedinherited from System.Windows.Forms.Control

Raises the TabStopChanged event.

protected methodOnTextChangedinherited from System.Windows.Forms.Control

Raises the TextChanged event.

protected methodOnTopItemChanged

Raises the TopItemChanged event.

protected methodOnValidatedinherited from System.Windows.Forms.Control

Raises the Validated event.

protected methodOnValidatinginherited from System.Windows.Forms.Control

Raises the Validating event.

protected methodOnVisibleChangedinherited from System.Windows.Forms.Control

Raises the VisibleChanged event.

protected methodProcessCmdKeyinherited from System.Windows.Forms.Control

Processes a command key.

protected methodProcessDialogCharinherited from System.Windows.Forms.Control

Processes a dialog character.

protected methodProcessDialogKeyinherited from System.Windows.Forms.Control

Processes a dialog key.

protected methodProcessKeyEventArgsinherited from System.Windows.Forms.Control

Processes a key message and generates the appropriate control events.

protected methodProcessKeyMessageinherited from System.Windows.Forms.Control

Processes a keyboard message.

protected methodProcessKeyPreviewinherited from System.Windows.Forms.Control

Previews a keyboard message.

protected methodProcessMnemonicinherited from System.Windows.Forms.Control

Processes a mnemonic character.

protected methodRaiseDragEventinherited from System.Windows.Forms.Control

Raises the appropriate drag event.

protected methodRaiseKeyEventinherited from System.Windows.Forms.Control

Raises the appropriate key event.

protected methodRaiseMouseEventinherited from System.Windows.Forms.Control

Raises the appropriate mouse event.

protected methodRaisePaintEventinherited from System.Windows.Forms.Control

Raises the appropriate paint event.

protected methodRecreateHandleinherited from System.Windows.Forms.Control

Forces the re-creation of the handle for the control.

protected methodstatic / sharedReflectMessageinherited from System.Windows.Forms.Control

Reflects the specified message to the control that is bound to the specified handle.

protected methodResetMouseEventArgsinherited from System.Windows.Forms.Control

Resets the control to handle the MouseLeave event.

protected methodRtlTranslateAlignmentinherited from System.Windows.Forms.Control

Converts the specified ContentAlignment to the appropriate ContentAlignment to support right-to-left text.

protected methodRtlTranslateContentinherited from System.Windows.Forms.Control

Converts the specified ContentAlignment to the appropriate ContentAlignment to support right-to-left text.

protected methodRtlTranslateHorizontalinherited from System.Windows.Forms.Control

Converts the specified HorizontalAlignment to the appropriate HorizontalAlignment to support right-to-left text.

protected methodRtlTranslateLeftRightinherited from System.Windows.Forms.Control

Converts the specified LeftRightAlignment to the appropriate LeftRightAlignment to support right-to-left text.

protected methodScaleControlinherited from System.Windows.Forms.Control

Scales a control's location, size, padding and margin.

protected methodScaleCoreinherited from System.Windows.Forms.Control

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

protected methodSetAutoSizeModeinherited from System.Windows.Forms.Control

Sets a value indicating how a control will behave when its AutoSize property is enabled.

protected methodSetBoundsCoreinherited from System.Windows.Forms.Control

Performs the work of setting the specified bounds of this control.

protected methodSetClientSizeCoreinherited from System.Windows.Forms.Control

Sets the size of the client area of the control.

protected methodSetStyleinherited from System.Windows.Forms.Control

Sets the specified style bit to the specified value.

protected methodSetTopLevelinherited from System.Windows.Forms.Control

Sets the control as the top-level control.

protected methodSetVisibleCoreinherited from System.Windows.Forms.Control

Sets the control to the specified visible state.

protected methodSizeFromClientSizeinherited from System.Windows.Forms.Control

Determines the size of the entire control from the height and width of its client area.

protected methodUpdateBoundsinherited from System.Windows.Forms.Control

Updates the bounds of the control with the current size and location.

protected methodUpdateStylesinherited from System.Windows.Forms.Control

Forces the assigned styles to be reapplied to the control.

protected methodUpdateZOrderinherited from System.Windows.Forms.Control

Updates the control in its parent's z-order.

protected methodWndProc

Processes Windows messages.

See Also     Softelvdm.SftTreeNET Namespace


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com